DecimalNumber Class

Represents the decimal number.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class DecimalNumber : Number
Inheritance
Object    Number    DecimalNumber

Constructors

DecimalNumber Initializes a new instance of the DecimalNumber class.

Properties

DecimalPlaces Specifies the number of decimal places to display.
DecimalReplacement Specifies the replacement text for decimal places if a number style specifies that decimal places are used but the number displayed is an integer.
DisplayFactor Specifies the factor by which each number is scaled (divided) before displaying.
EmbeddedTexts Contains a collection of NumberEmbeddedText objects.
Grouping Specifies whether the integer digits of a number should be grouped using a separator character.
MinIntegerDigits Specifies the minimum number of integer digits to display in a number, a scientific number, or a fraction.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current DecimalNumber object to its equivalent string representation.
(Overrides ObjectToString)

See Also